      FXScene    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_fxscene.html   L       (                                                                                                                                                                   2   default.tif                  Object Header    uThe FXScene holds all simulation nodes, takes care of time integration, simulation stepping
and evaluates all nodes.           &[code]BaseObject* GetInterface (void)    C<b>Returns</b><br>
The interface associated with this Effex Scene.                   #[code]int GetCPUCount (void) const    U<b>Returns</b><br>
The amount of CPU threads used (set by the user in the interface)                  ![code]bool IsActive (void) const    5<b>Returns</b><br>
true if the Effex Scene is active                   .[code]const vector3d& GetGravity (void) const    @<b>Returns</b><br>
The global gravity value of this Effex Scene                   ;[code]const SimulationInfo* GetSimulationInfo (void) const    R<b>Returns</b><br>
the current SimulationInfo. Guaranteed to always be available.                                        